tsteven4 [Sat, 4 Nov 2017 20:48:53 +0000 (14:48 -0600)]
fix mangled argument handling on none utf-8 unix machines.
tsteven4 [Sat, 4 Nov 2017 20:36:44 +0000 (14:36 -0600)]
add encoding test for travis builds.
Robert Lipe [Fri, 3 Nov 2017 21:20:10 +0000 (16:20 -0500)]
Merge pull request #98 from gpsbabel/header_fixes
More header cleanups from trees laying around.
Robert Lipe [Thu, 2 Nov 2017 21:55:10 +0000 (16:55 -0500)]
Fix hyperactive warnings in new clang/gcc versions.
Robert Lipe [Thu, 2 Nov 2017 21:11:58 +0000 (16:11 -0500)]
Remove unused case_ignore_str_match.
Robert Lipe [Thu, 2 Nov 2017 20:50:15 +0000 (15:50 -0500)]
More header cleanups from trees laying around.
More C++-like
Whitespace fixes
Include guards
Robert Lipe [Thu, 2 Nov 2017 05:56:29 +0000 (00:56 -0500)]
Merge pull request #97 from gpsbabel/master
Minor Header fixes
Robert Lipe [Thu, 2 Nov 2017 05:54:39 +0000 (00:54 -0500)]
Merge pull request #88 from viettaml/viettaml-patch-6
Add Unicode argument support to Windows
Robert Lipe [Thu, 2 Nov 2017 04:53:05 +0000 (23:53 -0500)]
Merge pull request #95 from fbonzon/patch-001
Sync ICAO country code table with Wikipedia
François Bonzon [Thu, 26 Oct 2017 02:18:56 +0000 (04:18 +0200)]
Fix tests
François Bonzon [Thu, 26 Oct 2017 02:11:34 +0000 (04:11 +0200)]
Fix tests
François Bonzon [Thu, 26 Oct 2017 01:54:32 +0000 (03:54 +0200)]
Sync ICAO country code table with Wikipedia
François Bonzon [Thu, 26 Oct 2017 01:49:04 +0000 (03:49 +0200)]
Consistency
Use tab, not space
Alphabetical order
François Bonzon [Thu, 26 Oct 2017 01:48:09 +0000 (03:48 +0200)]
Fix comments
François Bonzon [Thu, 26 Oct 2017 01:44:27 +0000 (03:44 +0200)]
Fix a compiler warning
warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
François Bonzon [Wed, 25 Oct 2017 23:55:55 +0000 (01:55 +0200)]
Update README
Use https links
Add year in date
Robert Lipe [Tue, 24 Oct 2017 19:56:37 +0000 (14:56 -0500)]
Merge pull request #80 from habi/patch-1
Markdownified README
Robert Lipe [Tue, 24 Oct 2017 19:53:30 +0000 (14:53 -0500)]
Merge pull request #89 from goeranu/master
Use Latin1 when converting from Garmin device.
GPSBabel [Sun, 15 Oct 2017 16:30:52 +0000 (11:30 -0500)]
Merge pull request #93 from gpsbabel/robertlipe-patch-1
Correctly read diff and terr from geo format.
Robert Lipe [Sun, 15 Oct 2017 02:59:24 +0000 (21:59 -0500)]
Correctly read diff and terr from geo format.
Thank you, Rick Richardson.
Göran Uddeborg [Sun, 1 Oct 2017 16:20:45 +0000 (18:20 +0200)]
Use Latin1 when converting from Garmin device.
Clean up duplicate call to simplified on the waypoint description
string.
viettaml [Tue, 26 Sep 2017 08:10:56 +0000 (01:10 -0700)]
Add Unicode argument support to Windows
Use QCoreApplication::arguments() to properly ingest Unicode arguments and convert them to UTF-8. Remove use of QString::fromLocal8Bit(), as file path arguments are no longer "local 8-bit" on Windows (they're UTF-8) and "local 8-bit" on Mac and Linux means UTF-8.
Robert Lipe [Tue, 19 Sep 2017 20:27:36 +0000 (15:27 -0500)]
Move CSVFMTS_ENABLED to more accurately bracket it when disabled.
Robert Lipe [Tue, 19 Sep 2017 20:26:58 +0000 (15:26 -0500)]
Merge branch 'master' of https://github.com/gpsbabel/gpsbabel
Robert Lipe [Tue, 5 Sep 2017 04:20:00 +0000 (23:20 -0500)]
Prefer QStringLiteral over implicit conversion from Latin1 for Q5 5.9. Based on work by Bernd Zeimetz.
Robert Lipe [Tue, 5 Sep 2017 04:08:36 +0000 (23:08 -0500)]
More liberally use QStringLiteral for Qt 5.9.
David Haberthür [Tue, 8 Aug 2017 09:00:30 +0000 (11:00 +0200)]
Markdownified README
Robert Lipe [Sun, 2 Jul 2017 23:18:32 +0000 (18:18 -0500)]
Fix valgrind's warning about an uninitialized variable that.
Robert Lipe [Sun, 2 Jul 2017 04:02:27 +0000 (23:02 -0500)]
Finish (?) cleanups in pcx.cc. commonize waypoint datetime reader, even though nobody noticed
that we went to all the effort to parse it but never put it IN the waypoint in the last 16 years.
Other minor parse improvements.
Robert Lipe [Sun, 2 Jul 2017 02:55:37 +0000 (21:55 -0500)]
Reformat pcx.cc via clang-format -style=google to make it at least self-consistent.
Robert Lipe [Sun, 2 Jul 2017 02:54:40 +0000 (21:54 -0500)]
Rework 'T' and 'W' readers in PCX for robustness.
Robert Lipe [Sat, 1 Jul 2017 22:06:22 +0000 (17:06 -0500)]
Merge pull request #79 from languitar/fix-pcx
Parsing safety for pcx files
Johannes Wienke [Sat, 1 Jul 2017 20:20:24 +0000 (22:20 +0200)]
Parsing safety for pcx files
Fix a few segmentation faults possible by unchecked sscanf calls.
Robert Lipe [Fri, 30 Jun 2017 19:22:07 +0000 (14:22 -0500)]
Minor code modernization in itracku and tpo.
Changed only the encoder to QDateTime in itracku as the other direction
lacked test coverage.
More consistent use of QString in tpo, making it harder to overrun
fixed buffer lengths.
Robert Lipe [Fri, 30 Jun 2017 17:29:09 +0000 (12:29 -0500)]
Merge branch 'master' of https://github.com/gpsbabel/gpsbabel
Robert Lipe [Fri, 30 Jun 2017 17:28:30 +0000 (12:28 -0500)]
Make IGC reader more robust on nonsense input.
GPSBabel [Wed, 28 Jun 2017 19:20:52 +0000 (14:20 -0500)]
Merge pull request #76 from dark/fitv2-test
garmin_fit: add a test to cover the fitv2 features added recently
Robert Lipe [Wed, 28 Jun 2017 19:10:37 +0000 (14:10 -0500)]
Update skytraq UTC/GPS time handling.
Update tables with latest two constant changes.
Add command line option for overriding this.
Marco Leogrande [Wed, 28 Jun 2017 04:33:29 +0000 (21:33 -0700)]
garmin_fit: add a test to cover the fitv2 features added recently
The reference file was created using a Garmin VIRB Ultra 30 action
camera.
GPSBabel [Tue, 27 Jun 2017 16:56:20 +0000 (11:56 -0500)]
Merge pull request #75 from dark/fitv2
Support v2 of the Garmin FIT format
Marco Leogrande [Sat, 24 Jun 2017 21:51:47 +0000 (14:51 -0700)]
garmin_fit: use constants instead of magic numbers
This is for better code readability.
Marco Leogrande [Thu, 22 Jun 2017 06:40:15 +0000 (23:40 -0700)]
garmin_fit: add handling of global UTC offset
Some devices may record timestamps in system time (i.e. boot time),
rather than system time. As mentioned in Github issue #54 and in the
upstream documentation, we can recognize such a scenario when
timestamp is < 0x10000000.
Field 4 under the global ID for device settings records the difference
between system time and UTC time (this is called global UTC offset in
the upstream documentation).
Add code to store the global UTC offset in a new global variable, and
correctly handle all timestamps with the new information.
Marco Leogrande [Thu, 22 Jun 2017 06:04:57 +0000 (23:04 -0700)]
garmin_fit: implement enhanced speed and enhanced altitude
Add handling for fields 73 (enhanced_speed) and 78 (enhanced_altitude)
under global ID 20. Their value is handled exactly the same way as
speed (field 6) and altitude (field 2), except that they have larger
width.
Marco Leogrande [Sat, 24 Jun 2017 23:04:07 +0000 (16:04 -0700)]
garmin_fit: fix tests
Fix the reference files for the Garmin FIT tests, that now changed
because of the previous bugfix related to the incorrectly nested
switch blocks.
Marco Leogrande [Thu, 22 Jun 2017 05:35:03 +0000 (22:35 -0700)]
garmin_fit: bugfix in switch logic
The logic for global ID 19 was incorrectly nested under the logic for
global ID 20. Fix the issue by making the two case labels correct
siblings in the same switch statement.
GPSBabel [Fri, 23 Jun 2017 18:28:01 +0000 (13:28 -0500)]
Merge pull request #74 from turboencabulator/configure
More autoconf modernizations
Kyle Guinn [Fri, 23 Jun 2017 05:28:56 +0000 (00:28 -0500)]
Remove remnants of --with-cet and --enable-pdb
Kyle Guinn [Fri, 23 Jun 2017 05:10:55 +0000 (00:10 -0500)]
Fix various typos
Kyle Guinn [Wed, 21 Jun 2017 06:38:42 +0000 (01:38 -0500)]
Update C++ version detection script
Kyle Guinn [Wed, 21 Jun 2017 06:05:37 +0000 (01:05 -0500)]
Update autoconf-required files; move them to build-aux
Robert Lipe [Tue, 20 Jun 2017 23:29:39 +0000 (18:29 -0500)]
Merge pull request #73 from turboencabulator/configure
Various cleanups to configure
Kyle Guinn [Fri, 16 Jun 2017 06:20:28 +0000 (01:20 -0500)]
Remove last traces of configure.in
Kyle Guinn [Fri, 16 Jun 2017 05:52:59 +0000 (00:52 -0500)]
Use macros to generate help strings and shell code
Kyle Guinn [Fri, 16 Jun 2017 03:36:18 +0000 (22:36 -0500)]
Rename configure.in to configure.ac
Robert Lipe [Fri, 2 Jun 2017 23:01:57 +0000 (18:01 -0500)]
Keep the Windows-style icons in dialog OK and cancel only in Windows.
Robert Lipe [Wed, 17 May 2017 16:51:01 +0000 (11:51 -0500)]
Fix parse of $GPGSA,A,*03
Robert Lipe [Wed, 17 May 2017 04:58:47 +0000 (23:58 -0500)]
Make GPGSA more robust for short sentences, more C++-like. Add warning for badk checksums.
GPSBabel [Mon, 1 May 2017 00:36:06 +0000 (19:36 -0500)]
Fix ew recognition in unicsv reader.
See mail thread "[Gpsbabel-code] WG: unicsv.cc - bug?" from Levin at Capecross
Robert Lipe [Sun, 9 Apr 2017 03:35:45 +0000 (22:35 -0500)]
Use https in KML writer, esp. for geocaching and tracks.
Geocaching 'Other' tab:
* Reduce number of redirects to Google Maps.
* Drop StreetView. It can be reached from Maps.
* RIP Yahoo Maps, Microsoft Research Maps (nee Terraserver)
reference*: regenerate reference files.
GPSBabel [Thu, 9 Mar 2017 03:14:14 +0000 (21:14 -0600)]
Merge pull request #68 from cj4567/master
Fixed altitude in interpolate filter
cj4567 [Wed, 8 Mar 2017 22:41:12 +0000 (23:41 +0100)]
Revert "fixed interpolate for dates < 1970 and > 2106"
This reverts commit
e99066f332da5913daebd03c61e531cb9262bfa4.
cj4567 [Wed, 8 Mar 2017 22:23:02 +0000 (23:23 +0100)]
fixed interpolate for dates < 1970 and > 2106
cj4567 [Wed, 8 Mar 2017 21:28:52 +0000 (22:28 +0100)]
changed line endings and indentation back to original
cj4567 [Tue, 7 Mar 2017 23:36:59 +0000 (00:36 +0100)]
Fixed test case for interpolate
cj4567 [Tue, 7 Mar 2017 23:26:28 +0000 (00:26 +0100)]
Fixed test case for interpolation
cj4567 [Tue, 7 Mar 2017 22:44:11 +0000 (23:44 +0100)]
Elevation fix in interpolate
Robert Lipe [Thu, 2 Mar 2017 00:53:37 +0000 (18:53 -0600)]
Drop support for configure options that haven't been available in years.
GPSBabel [Thu, 16 Feb 2017 17:34:59 +0000 (11:34 -0600)]
Merge pull request #67 from ra1fh/ggv-ovl-v2-bugfix
Fix GeoGrid OVL V2.0 Unknown subtype (17)
Ralf Horstmann [Wed, 15 Feb 2017 19:02:02 +0000 (20:02 +0100)]
Fix GeoGrid OVL V2.0 Unknown subtype (17)
Fixes issue #66.
OVL V2.0 files contain the additional text field for all subtype
values != 1, not just for subtype 0x10. The V3.0 and V4.0 readers
do handle this correctly already.
Add a test case that exposes the bug.
Change bincompare to compare for the gpx output files in the
ggv_bin test cases while there.
Robert Lipe [Thu, 26 Jan 2017 00:04:46 +0000 (18:04 -0600)]
Style cleanup for new geojson code. Add test for reader.
Robert Lipe [Wed, 25 Jan 2017 23:29:57 +0000 (17:29 -0600)]
Merge branch 'webengine'
Robert Lipe [Wed, 25 Jan 2017 23:23:50 +0000 (17:23 -0600)]
Release fix.
Robert Lipe [Wed, 25 Jan 2017 23:21:55 +0000 (17:21 -0600)]
Check in some scraggler files from branch.
GPSBabel [Wed, 25 Jan 2017 23:01:13 +0000 (17:01 -0600)]
Merge pull request #63 from IsraelHikingMap/master
Added geojson read capablity,
Harel Mazor [Wed, 25 Jan 2017 21:49:57 +0000 (23:49 +0200)]
Updated documentation, added geojson.geojson test file, updated vecs array according to code review.
GPSBabel [Wed, 25 Jan 2017 20:03:07 +0000 (14:03 -0600)]
Merge pull request #64 from OliverHe/bushnell_nullptr_fix
Use nullptr instead of comparing to 0
CMCOliver [Tue, 24 Jan 2017 15:27:18 +0000 (16:27 +0100)]
Use nullptr instead of comparing to 0
Harel Mazor [Mon, 23 Jan 2017 22:35:04 +0000 (00:35 +0200)]
Added geojson read capablity, moved magic strings to constants, fixed windows compilation issues.
tsteven4 [Mon, 2 Jan 2017 22:27:03 +0000 (15:27 -0700)]
tweak gui app.pro file in an attempt to work around various qt distributions that use webkit instead of the newer webenginewidgets.
Robert Lipe [Mon, 2 Jan 2017 05:05:19 +0000 (23:05 -0600)]
Regenerate translation files as part of generating Mac release image.
Robert Lipe [Mon, 2 Jan 2017 04:51:16 +0000 (22:51 -0600)]
Bump version. Roll back non-working https changes. Deal with annoying Windows issues for release build.
Robert Lipe [Mon, 2 Jan 2017 00:35:03 +0000 (18:35 -0600)]
Add corresponding QWebChannel change to gmapbase.html
Robert Lipe [Sat, 31 Dec 2016 23:28:10 +0000 (17:28 -0600)]
See if I can make QtWebKit (Linux) and QtWebEngine (everywhere else) coexist.
Robert Lipe [Sat, 31 Dec 2016 06:46:46 +0000 (00:46 -0600)]
Stefan Ehlen confirmst success with Canmore GT-730FL-S.
Robert Lipe [Sat, 31 Dec 2016 06:34:46 +0000 (00:34 -0600)]
Jukka adds waypoint support for Garmin FIT.
Robert Lipe [Sat, 31 Dec 2016 06:01:07 +0000 (00:01 -0600)]
Improve doc for speed units in unicsv.
Robert Lipe [Fri, 30 Dec 2016 05:12:18 +0000 (23:12 -0600)]
Make unknown units in parse_speed into warnings and not fatal.
Robert Lipe [Fri, 30 Dec 2016 00:27:24 +0000 (18:27 -0600)]
Add the minimum_points option to trackfilter for OSM users.
Robert Lipe [Fri, 30 Dec 2016 00:19:15 +0000 (18:19 -0600)]
Merge branch 'master' of https://github.com/gpsbabel/gpsbabel
Robert Lipe [Fri, 30 Dec 2016 00:11:47 +0000 (18:11 -0600)]
Modernize OS support, eliminate a server-side redirect for most fetches.
Robert Lipe [Thu, 29 Dec 2016 07:15:28 +0000 (02:15 -0500)]
Make geojson writer not crash when there is no URL to write.
Robert Lipe [Thu, 29 Dec 2016 06:38:24 +0000 (01:38 -0500)]
Be even more pedantic with QStringLiteral - Make not just the array access, but also the value being set a literal.
Robert Lipe [Thu, 29 Dec 2016 06:19:38 +0000 (01:19 -0500)]
Make explicit that the arg to QJsonValue is a literal QString and not an int for older Qt's without that overload.
Robert Lipe [Thu, 29 Dec 2016 06:04:32 +0000 (01:04 -0500)]
Merge pull request #50 from yehorov/master
Speed up the download from MTK Logger by requesting multiple chunks at once
Robert Lipe [Thu, 29 Dec 2016 06:02:19 +0000 (01:02 -0500)]
Merge branch 'master' of https://github.com/gpsbabel/gpsbabel
Robert Lipe [Thu, 29 Dec 2016 06:01:48 +0000 (01:01 -0500)]
Doc improvements for geojson/compact and track/speed.
Robert Lipe [Thu, 29 Dec 2016 05:56:50 +0000 (00:56 -0500)]
Merge pull request #42 from otrichet/master
Use libudev to find serial devices dynamically on Linux
Robert Lipe [Thu, 29 Dec 2016 05:53:35 +0000 (00:53 -0500)]
Merge pull request #41 from miz884/skytraq_issue
Fix default values for targetlocation and configlog flags.
Robert Lipe [Thu, 29 Dec 2016 05:50:01 +0000 (00:50 -0500)]
Add preliminary write support for GeoJSON.
Robert Lipe [Thu, 22 Dec 2016 01:04:07 +0000 (19:04 -0600)]
MSVC2012 fix. Don't use TCHAR for with GetLogicalDriveStringsA